error!

Invalid controller specified (aktualnosc)

trace:

1 plik /home/users/sokol/public_html/library/Zend/Controller/Dispatcher/Standard.php w linijce 248 :
242: ...
243:          */
244:         if (!$this->isDispatchable($request)) {
245:             $controller = $request->getControllerName();
246:             if (!$this->getParam('useDefaultControllerAlways') && !empty($controller)) {
247:                 require_once 'Zend/Controller/Dispatcher/Exception.php';
248: throw new Zend_Controller_Dispatcher_Exception('Invalid controller specified (' . $request->getControllerName() . ')');
249: } 250: 251: $className = $this->getDefaultControllerClass($request); 252: } else { 253: $className = $this->getControllerClass($request); 254: ...


2 plik /home/users/sokol/public_html/library/Zend/Controller/Front.php w linijce 954 :
948: ...
949: 
950:                 /**
951:                  * Dispatch request
952:                  */
953:                 try {
954: $dispatcher->dispatch($this->_request, $this->_response);
955: } catch (Exception $e) { 956: if ($this->throwExceptions()) { 957: throw $e; 958: } 959: $this->_response->setException($e); 960: ...


3 plik /home/users/sokol/public_html/www/index.php w linijce 166 :
160: ...
161: 
162: function __($str){
163:     return $str;
164: }
165: 
166: $front->dispatch();